Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2022

Bumps mirai-core-jvm from 2.9.0-M1 to 2.13.0-RC.

Release notes

Sourced from mirai-core-jvm's releases.

2.13.0-RC 包含:

  • 支持使用短信验证码进行设备锁验证
  • 支持查看和修改好友分组
  • 支持查询和修改群员头衔等活跃数据
  • Core 模拟测试框架
  • Console 下载进度条
  • 一些问题修复

mirai-core

不兼容变更

  • mirai-core-api 去除了对 kotlinx-coroutines-jdk8 的依赖.

新特性

  • 支持使用短信验证码进行设备锁验证 (#717, #2109, #2216)
  • nextEventnextEventOrNull 新增 intercept 参数, 可在满足条件时拦截事件 (#1668, #2177 by @​Nambers)
  • 支持查看和修改好友分组 (#1390, #1243, #2113 by @​Nambers)

    好友分组定名为 FriendGroup.

    • 新增 Friend.friendGroup 获取该好友所属分组.
    • 新增 Bot.friendGroups 获取好友分组列表并操作分组.
  • 支持查询和修改群员头衔等活跃数据 (#2204, #2086, #2115 by @​cssxsh)
    • 新增 Group.active 获取群的活跃数据.
    • 新增 Member.active 获取该成员的活跃数据.
  • 新增 AbstractExternalResource.input 的默认实现

    在实现自定义 ExternalResource 时可能有帮助

优化和修复

  • 更新 ANDROID_WATCHMACOS 的协议信息 (#2228 by @​cssxsh)
  • 修复网络层的异常处理流程, 优化重连逻辑
    • 修复断线重连时, 日志快速不断输出同一个异常, 之后无法恢复连接的问题 (#2148)
    • 修复离线时大量打印 HeartbeatFailedException 的问题 (#2175)
  • 优化由网络层抛出的异常的堆栈信息

    现在不再有循环引用, 而且更简洁
    CancellationException 将会被替换为真实原因

  • 修复在 Android 上遇到 'Duplicate class' 的问题 (#2248)
  • 修复合并转发内容中用户昵称错误的问题 (#2187)

    此修复也包含在 2.12.3

  • 优化各平台的 ECDH 实现 (#2161 by @​AdoptOSS)
  • 修复使用静态序列化器时无法编译的问题 (#2230)

    自 2.13.0-M1

  • 在发送群公告失败时抛出有正确信息的异常而不是序列化错误 (#2069)
  • 修复日志中无法获得调试信息的问题 (#2097)
  • 提升一些已弃用的 API 的弃用等级 (#2213)

mirai-console

... (truncated)

Commits
  • 693fdcc Version 2.13.0-RC
  • 6844cc0 Merge branch 'dev' into 2.13-release
  • 16609fb [core] Introduce Streamable for simplified multiplatform asFlow a… (#2256)
  • 2da0a2d [core] Fix relevant uses of Closeable
  • d4f4ea3 [build] Update idea plugin version to 221-2.13.0-171-2
  • ead98b1 [docs] Add release note for 2.13.0-RC
  • 8cb8a71 [intellij] 从 Maven Central 获取 kotlin jvm 版本 (#2244)
  • d127340 [core] Remove dependency kotlinx-coroutines-jdk8 from mirai-core-api
  • 9122ddd [core] Add net.mamoe.mirai.utils.Closeable for MPP use
  • b360f58 [core] Make ExternalResource.input an internal API. helps #2254
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mirai-core-jvm](https://github.com/mamoe/mirai) from 2.9.0-M1 to 2.13.0-RC.
- [Release notes](https://github.com/mamoe/mirai/releases)
- [Commits](mamoe/mirai@v2.9.0-M1...v2.13.0-RC)

---
updated-dependencies:
- dependency-name: net.mamoe:mirai-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2022

Superseded by #84.

@dependabot dependabot bot closed this Oct 26, 2022
@dependabot dependabot bot deleted the dependabot/maven/net.mamoe-mirai-core-jvm-2.13.0-RC branch October 26, 2022 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants